Add AI Development Methodology to Community Guides#238
Open
Korner83 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add AI Development Methodology to Educational Resources > Community Guides
Adds AI Development Methodology (CC BY 4.0) to the Community Guides subsection.
What it is
A portable markdown + git methodology for software projects where humans and AI agents collaborate as peers. Twelve docs + CLAUDE.md / AGENTS.md / AUTONOMOUS_LOOP.md templates. Distilled from running a real production project with mixed human and AI-agent contributors.
Covers:
Why it fits Community Guides
The Community Guides subsection already lists practical Claude Code workflow guides (the "Everything You Need to Know" guide, the "40+ Tips" collection, Sankalp's two-part Claude Code experience posts). This methodology fits the same slot: a hands-on guide for using Claude Code effectively on real projects, with a ready-to-use
templates/CLAUDE.mdthat's been battle-tested in production. It complements the existing entries — those cover tips and setup; this covers project-level structure and discipline.The methodology is tool-agnostic (it explicitly works with Codex, Cursor, Aider, Continue, or any agent that reads project-instruction files), but Claude Code is the primary tool it was developed against and the
templates/CLAUDE.mdis one of the three first-class templates shipped.Compliance with contributing.md
- [Name](URL) - Description.ending with a periodHonest disclosure
Solo-maintained per the documented exception (the project includes a section explaining why solo maintenance is intentional for a methodology). Roughly 0 stars at submission — just shipped publicly. I'm submitting because the methodology fits this list's Community Guides scope, not to game star counts.